.TabbedPanels {margin:0px;clear: none; position:relative;z-index:100;}
.TabbedPanels .GGTitle{width:150px; text-indent:15px;font-size:16px; position:absolute; left:0; top:6px; font-weight:bold; }
.TabbedPanelsTabGroup{margin:0px;padding:0px;color:#666; height:42px;border-bottom:1px solid #f1f1f1;}
.TabbedPanelsTab {position:relative;float:left;margin:0 20px 0 0;list-style: none;cursor: pointer; text-align:center;height:42px; line-height:42px; font-size:16px;padding:0 15px;font-size:16px;}
.TabbedPanelsTabSelected {background:#005BAC;color:#fff;padding:0 25px;transition:all .4s;position:relative;z-index:1000;box-shadow: 0 2px 6px rgba(0 90 170 / 50%);border-radius: 3px;}
.TabbedPanelsTabSelected:before{content: "";position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;}

.TabbedPanelsContentGroup {clear: both; background:#fff;}
.TabbedPanelsContent {overflow: hidden;}


.VTabbedPanels {overflow: hidden;margin:0 0 0 0;width:100%;}
.VTabbedPanels .TabbedPanelsTabGroup {height:30px;border-bottom:1px solid #ddd;padding-left:0;color:#333;}
.VTabbedPanels .TabbedPanelsTab {float:left;line-height:17px;height:18px;font-size:18px;padding:0 30px 0 0;margin:0;position:relative}
.VTabbedPanels .TabbedPanelsTab::after{content:"";height:18px;width:1px;border-right:1px solid #ccc;position:absolute;right:15px;}
.VTabbedPanels .TabbedPanelsTabGroup li:nth-last-child(2)::after{border:none;}
.VTabbedPanels .TabbedPanelsTabSelected {color:#0984E0;border:none;background:none;}
.VTabbedPanels .TabbedPanelsContentGroup {clear:none;border:none;}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}